Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration fixes for lti2_tp #13

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

rradonic
Copy link

@rradonic rradonic commented Apr 5, 2016

There were two issues with the lti2_tp migration:

  1. The migration's file name differed from its class name. Rails refuses to run the migration unless these two names match.

  2. The migration's down method wasn't dropping one of the tables it created.

These two issues are now fixed. Let me know if you disagree with anything or if anything else in the project needs to change as a result of the above changes.

Cheers,
Ranko

Ranko Radonić added 2 commits April 5, 2016 17:45
on recent versions of rails, migrations fail if the class name differs
from the file name
@rradonic rradonic changed the title Migrations fixes for lti2_tp Migration fixes for lti2_tp Apr 6, 2016
@rradonic rradonic force-pushed the master branch 2 times, most recently from 7ac4776 to f28aa43 Compare April 7, 2016 10:52
Ranko Radonić added 5 commits April 13, 2016 11:11
the call to invoke_unsigned_service was failing without it
the hardcoded path was causing an error during logging because the
directory doesn't exist. store the wirelog in the log/ directory of the
current rails app instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant